home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / Utilities / Audio MIDI Setup.app / Contents / Resources / English.lproj / AudioPanel.nib / classes.nib next >
Encoding:
Text File  |  2003-09-13  |  3.8 KB  |  102 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = AudioDeviceChannelView; LANGUAGE = ObjC; SUPERCLASS = NSView; }, 
  4.         {
  5.             ACTIONS = {
  6.                 iaDataSourceChanged = id; 
  7.                 iaSampleRateChanged = id; 
  8.                 iaStreamFormatChanged = id; 
  9.                 iaStreamSelectionChanged = id; 
  10.             }; 
  11.             CLASS = AudioDeviceController; 
  12.             LANGUAGE = ObjC; 
  13.             OUTLETS = {
  14.                 uiChannelViewContainer = NSScrollView; 
  15.                 uiDataSourcePopUp = NSPopUpButton; 
  16.                 uiEnabledView = NSView; 
  17.                 uiSampleRateComboBox = NSComboBox; 
  18.                 uiStreamFormatPopUp = NSPopUpButton; 
  19.                 uiStreamPopUp = NSPopUpButton; 
  20.             }; 
  21.             SUPERCLASS = NSObject; 
  22.         }, 
  23.         {
  24.             ACTIONS = {
  25.                 iaClockSourceChanged = id; 
  26.                 iaOpenCustomConfigApp = id; 
  27.                 iaSetAudioDevice = id; 
  28.                 iaSetDefaultInput = id; 
  29.                 iaSetDefaultOutput = id; 
  30.                 iaSetSystemOutput = id; 
  31.             }; 
  32.             CLASS = AudioPanelController; 
  33.             LANGUAGE = ObjC; 
  34.             OUTLETS = {
  35.                 uiAudioDevicePopUp = NSPopUpButton; 
  36.                 uiClockSourcePopUp = NSPopUpButton; 
  37.                 uiCustomConfigButton = NSButton; 
  38.                 uiDefaultInputPopUp = NSPopUpButton; 
  39.                 uiDefaultOutputPopUp = NSPopUpButton; 
  40.                 uiInputAudioDeviceController = InputAudioDeviceController; 
  41.                 uiOutputAudioDeviceController = OutputAudioDeviceController; 
  42.                 uiSystemOutputPopUp = NSPopUpButton; 
  43.             }; 
  44.             SUPERCLASS = NSObject; 
  45.         }, 
  46.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  47.         {
  48.             CLASS = InputAudioDeviceChannelView; 
  49.             LANGUAGE = ObjC; 
  50.             SUPERCLASS = AudioDeviceChannelView; 
  51.         }, 
  52.         {
  53.             CLASS = InputAudioDeviceController; 
  54.             LANGUAGE = ObjC; 
  55.             SUPERCLASS = AudioDeviceController; 
  56.         }, 
  57.         {
  58.             CLASS = OutputAudioDeviceChannelView; 
  59.             LANGUAGE = ObjC; 
  60.             SUPERCLASS = AudioDeviceChannelView; 
  61.         }, 
  62.         {
  63.             ACTIONS = {
  64.                 iaApplySpeakerConfiguration = id; 
  65.                 iaCancelSpeakerConfiguration = id; 
  66.                 iaConfigureSpeakersPressed = id; 
  67.             }; 
  68.             CLASS = OutputAudioDeviceController; 
  69.             LANGUAGE = ObjC; 
  70.             OUTLETS = {
  71.                 uiConfigureSpeakersButton = NSButton; 
  72.                 uiSpeakerConfigurationController = SpeakerConfigurationController; 
  73.                 uiSpeakerConfigurationWindow = NSWindow; 
  74.             }; 
  75.             SUPERCLASS = AudioDeviceController; 
  76.         }, 
  77.         {
  78.             CLASS = PanelLoader; 
  79.             LANGUAGE = Java; 
  80.             OUTLETS = {uiDelegate = id; uiPanelView = NSView; }; 
  81.             SUPERCLASS = NSWindowController; 
  82.         }, 
  83.         {
  84.             ACTIONS = {iaOutputFormatSelected = id; iaSurroundFormatChanged = id; }; 
  85.             CLASS = SpeakerConfigurationController; 
  86.             LANGUAGE = ObjC; 
  87.             OUTLETS = {
  88.                 uiConfigWindow = NSWindow; 
  89.                 uiConfigurationView = SpeakerConfigurationView; 
  90.                 uiDeviceNameString = NSTextField; 
  91.                 uiOutputFormatMatrix = NSMatrix; 
  92.                 uiStreamConfigContainer = NSView; 
  93.                 uiStreamMatrixContainer = NSScrollView; 
  94.                 uiSurroundFormatPopUp = NSPopUpButton; 
  95.                 uiSurroundTypeTitle = NSTextField; 
  96.             }; 
  97.             SUPERCLASS = NSObject; 
  98.         }, 
  99.         {CLASS = SpeakerConfigurationView; LANGUAGE = ObjC; SUPERCLASS = NSView; }
  100.     ); 
  101.     IBVersion = 1; 
  102. }